" provides the design foundation for the discussion about the asynchronous query pattern presented here , published at ”提供了本文中所討論的異步請求模式的設(shè)計基礎(chǔ)
Implementing the asynchronous query pattern service is a straightforward application of the java messaging service 實現(xiàn)此異步請求模式服務(wù)是java消息服務(wù)的直接應(yīng)用。
This first tip in a series shows you how to implement asynchronous query operations using java messaging service queues 本系列中的第一個技巧將教您怎樣通過java消息服務(wù)( jms )來實現(xiàn)異步請求操作。
Deploy the web service , start your openjms and websphere servers , and your asynchronous query pattern web service will be up and running 發(fā)布此web服務(wù),啟動您的openjms和websphere服務(wù)器,您的異步請求模式web服務(wù)將啟動并開始運行。
Central to the success of the asynchronous query pattern is the ability for the web services client and service provider to correlate requests and responses 異步請求模式成功的關(guān)鍵在于web服務(wù)客戶與服務(wù)提供者之間協(xié)調(diào)請求和響應(yīng)的能力。
The pattern that i implement is a familiar one if you have experience implementing asynchronous queries in traditional http and html web applications 如果您實現(xiàn)過傳統(tǒng)的http和html web應(yīng)用程序中的異步請求,您將發(fā)現(xiàn)我所實現(xiàn)的模式與它非常相似。
To illustrate the asynchronous query pattern , i implement a simple example web service that has absolutely no practical value beyond illustrating the concepts of the pattern 為了說明異步請求模式,我實現(xiàn)了一個簡單的示例web服務(wù),它除了說明這一模式的概念外無任何實際意義。